From: Ian Campbell Date: Mon, 25 Jan 2016 13:18:11 +0000 (+0000) Subject: kdd: build using Werror X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1866 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=5e0da2ac71845529034ce4034a5b5b2e351316cb;p=xen.git kdd: build using Werror We build most of tools using Werror and there seems to be no deliberate reason for this to be an exception. Signed-off-by: Ian Campbell Acked-by: Olaf Hering Acked-by: Tim Deegan --- diff --git a/tools/debugger/kdd/Makefile b/tools/debugger/kdd/Makefile index 72ad1b9601..f3a597ddbc 100644 --- a/tools/debugger/kdd/Makefile +++ b/tools/debugger/kdd/Makefile @@ -1,6 +1,7 @@ XEN_ROOT = $(CURDIR)/../../.. include $(XEN_ROOT)/tools/Rules.mk +CFLAGS += -Werror CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += -DXC_WANT_COMPAT_MAP_FOREIGN_API LDLIBS += $(LDLIBS_libxenctrl)